Skip to content

Commit 5f7193e

Browse files
committed
bump version
1 parent 60e6bd9 commit 5f7193e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
USE_PKGBUILD=1
22
include /usr/local/share/luggage/luggage.make
3-
PACKAGE_VERSION=2.0.2
3+
PACKAGE_VERSION=2.0.3
44
TITLE=sal_scripts
55
PACKAGE_NAME=sal_scripts
66
REVERSE_DOMAIN=com.github.salopensource

postflight.d/sal-postflight

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import yaml
3030

3131

3232
BUNDLE_ID = 'com.github.salopensource.sal'
33-
VERSION = '2.0.2'
33+
VERSION = '2.0.3'
3434

3535
# To resolve unicode write errors set our default encoding to utf8
3636
reload(sys)

preflight.d/sal-preflight

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ def main():
2626
if os.path.exists('/private/var/osquery/sal_packs/sal.conf'):
2727
os.remove('/private/var/osquery/sal_packs/sal.conf')
2828

29-
if not os.path.exists(EXTERNAL_SCRIPTS_DIR):
30-
os.makedirs(EXTERNAL_SCRIPTS_DIR)
31-
3229
sync_scripts = utils.pref('SyncScripts')
3330
if sync_scripts == True:
31+
if not os.path.exists(EXTERNAL_SCRIPTS_DIR):
32+
os.makedirs(EXTERNAL_SCRIPTS_DIR)
3433
server_scripts = get_checksum()
3534
if server_scripts:
3635
create_dirs(server_scripts)

0 commit comments

Comments
 (0)