File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ is_package_available() {
7777change_user_package () {
7878 source_conf " $USER_DATA /user.conf"
7979 # Keep user creation date and time saved
80- time =" $TIME "
81- date =" $DATE "
80+ creation_time =" $TIME "
81+ creation_date =" $DATE "
8282 source_conf " $HESTIA /data/packages/$package .pkg"
8383 echo " NAME='$NAME '
8484PACKAGE='$package '
@@ -142,8 +142,8 @@ PREF_UI_SORT='$PREF_UI_SORT'
142142LOGIN_DISABLED='$LOGIN_DISABLED '
143143LOGIN_USE_IPLIST='$LOGIN_USE_IPLIST '
144144LOGIN_ALLOW_IPS='$LOGIN_ALLOW_IPS '
145- TIME='$time '
146- DATE='$date '" > $USER_DATA /user.conf
145+ TIME='$creation_time '
146+ DATE='$creation_date '" > $USER_DATA /user.conf
147147}
148148
149149# ----------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments