Skip to content
Snippets Groups Projects
Unverified Commit 5083adff authored by David Beniamine's avatar David Beniamine
Browse files

Rename nextcloudAppsInstallation.sh

parent d5b2540e
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ default:
echo "make tarball"
tarball : initInstall.sh installMySQL.sh installNextcloud.env \
installNextcloud.sh nextcloudAppsIntallation.sh run.sh \
installNextcloud.sh installNextcloudApps.sh run.sh \
nextcloudStrongDirectoryPermissions.sh
mkdir NoCloud-Auto-Installer
cp -r *.sh *.env *.conf DOLIBARR_PACKAGES NoCloud-Auto-Installer
......
......@@ -240,9 +240,9 @@ nextcloud_Install_Options=$(echo ${nextcloud_Install_Options} | tr -s \
sudo -u www-data php ${NEXTCLOUD_INSTALL_DIR}occ \
maintenance:install ${nextcloud_Install_Options}
if [ -f `pwd`/nextcloudAppsInstallation.sh ]
if [ -f `pwd`/installNextcloudApps.sh ]
then
. `pwd`/nextcloudAppsInstallation.sh
. `pwd`/installNextcloudApps.sh
fi
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment