File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
USE_PKGBUILD =1
2
2
include /usr/local/share/luggage/luggage.make
3
- PACKAGE_VERSION =2.0.2
3
+ PACKAGE_VERSION =2.0.3
4
4
TITLE =sal_scripts
5
5
PACKAGE_NAME =sal_scripts
6
6
REVERSE_DOMAIN =com.github.salopensource
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import yaml
30
30
31
31
32
32
BUNDLE_ID = 'com.github.salopensource.sal'
33
- VERSION = '2.0.2 '
33
+ VERSION = '2.0.3 '
34
34
35
35
# To resolve unicode write errors set our default encoding to utf8
36
36
reload (sys )
Original file line number Diff line number Diff line change @@ -26,11 +26,10 @@ def main():
26
26
if os .path .exists ('/private/var/osquery/sal_packs/sal.conf' ):
27
27
os .remove ('/private/var/osquery/sal_packs/sal.conf' )
28
28
29
- if not os .path .exists (EXTERNAL_SCRIPTS_DIR ):
30
- os .makedirs (EXTERNAL_SCRIPTS_DIR )
31
-
32
29
sync_scripts = utils .pref ('SyncScripts' )
33
30
if sync_scripts == True :
31
+ if not os .path .exists (EXTERNAL_SCRIPTS_DIR ):
32
+ os .makedirs (EXTERNAL_SCRIPTS_DIR )
34
33
server_scripts = get_checksum ()
35
34
if server_scripts :
36
35
create_dirs (server_scripts )
You can’t perform that action at this time.
0 commit comments