mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Merge pull request #314 from stolsma/patch-1
Fix wrong filetest for postinstall.sh
This commit is contained in:
@@ -578,7 +578,7 @@ if test -f "$postinst"; then
|
||||
fi
|
||||
|
||||
installer_unzip $installer_zip postinstall.sh || :
|
||||
if test -f preinstall.sh; then
|
||||
if test -f postinstall.sh; then
|
||||
chmod +x postinstall.sh
|
||||
./postinstall.sh $rootdir
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user