mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-03-30 23:37:05 +00:00
Fix missing $
This commit is contained in:
parent
87deed6459
commit
36dc5ffcee
@ -63,7 +63,7 @@ user_external_hash=280d24eb2a6cb56b4590af8847f925c28d8d853e
|
||||
# 5.4 Go to Administration > Logs and ensure no new errors are shown
|
||||
|
||||
# Set a local variable for the PHP version
|
||||
NC_PHP_VER=PHP_VER
|
||||
NC_PHP_VER=$PHP_VER
|
||||
|
||||
# Clear prior packages and install dependencies from apt.
|
||||
apt-get purge -qq -y owncloud* # we used to use the package manager
|
||||
|
Loading…
Reference in New Issue
Block a user