Skip to content

Commit 708d57c

Browse files
committed
Removed shell escapes from echo call in postinst.
1 parent 59272d5 commit 708d57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ esac
111111

112112
django-admin collectstatic --settings=datastage.web.settings --noinput --link
113113

114-
echo "\033[1m\033[92mRun datastage-config to complete the set-up\033[0m"
114+
echo "Run datastage-config to complete the set-up"

0 commit comments

Comments
 (0)