📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: mlocate.postinst
#! /bin/sh set -e [ -f /var/lib/mlocate/mlocate.db ] && rm /var/lib/mlocate/mlocate.db # It's OK to fail if there are other files still in /var/lib/mlocate. set +e [ -d /var/lib/mlocate ] && rmdir /var/lib/mlocate set -e # Purge the systemd timer and statoverride; copied from mlocate.postrm. if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'mlocate.timer' >/dev/null || true deb-systemd-helper unmask 'mlocate.timer' >/dev/null || true fi dpkg-statoverride --remove /usr/bin/mlocate || test $? -eq 2 # Automatically added by dh_installdeb/13.11.4ubuntu3 dpkg-maintscript-helper rm_conffile /etc/cron.daily/mlocate 1.1.9\~ mlocate -- "$@" # End automatically added section
Save