slitaz-vz diff base-scripts/local.sh @ rev 6

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:27:32 2019 +0100 (2019-02-26)
parents 2d20f72ffb19
children
line diff
     1.1 --- a/base-scripts/local.sh	Tue Nov 01 09:23:49 2011 +0100
     1.2 +++ b/base-scripts/local.sh	Tue Feb 26 08:27:32 2019 +0100
     1.3 @@ -51,6 +51,6 @@
     1.4          sqlite3  /usr/share/ovz-web-panel/db/production.sqlite3 "insert into hardware_servers(host,auth_key) values('localhost','"$(echo $RAND_KEY)"')"      
     1.5          /usr/bin/ruby /usr/share/ovz-web-panel/utils/hw-daemon/hw-daemon.rb start 
     1.6  	
     1.7 -	# Create slitaz-vz will prevent this configs. 
     1.8 +	# Create slitaz-vz will prevent this config. 
     1.9  	date > /var/lib/slitaz-vz
    1.10  fi